Param4Desc{The text to draw}CommandName{drawText}HelpPath{Special}ReturnValue{}OpenBrace{ }Parameters{handle gadget, int x, int y, str text}CloseBrace{}Description{Draws text on a canvas gadget using the current font settings and text colour.  You can calculate the width and height of space required to draw the text using getTextWidth and getTextHeight.}ReturnDescription{}Param1{gadget}Param1Desc{Handle to a canvas gadget}Param2{x}Param2Desc{X co-ordinate of first character of the text}Param3{y}Param3Desc{Y co-ordinate of the first character of the text}Param4{text}